From db550bb69e7948235693675b93540514a651335e Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Fri, 26 Dec 2014 15:04:37 +0200 Subject: [PATCH] Always display vertical scrollbar --- src/doc/stylesheets/all.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/stylesheets/all.css b/src/doc/stylesheets/all.css index 3c0bdc2b2..d416a2ad8 100644 --- a/src/doc/stylesheets/all.css +++ b/src/doc/stylesheets/all.css @@ -17,6 +17,7 @@ body { -webkit-align-items: center; align-items: center; font-family: sans-serif; + overflow-y: scroll; } a { color: #00ac5b; text-decoration: none; } -- 2.30.2